projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4325573
)
* lisp/ibuffer.el (ibuffer-formats): Mention locked column in doc string.
author
Tino Calancha
<tino.calancha@gmail.com>
Sun, 20 Nov 2016 14:03:36 +0000
(23:03 +0900)
committer
Tino Calancha
<tino.calancha@gmail.com>
Sun, 20 Nov 2016 14:03:36 +0000
(23:03 +0900)
lisp/ibuffer.el
patch
|
blob
|
history
diff --git
a/lisp/ibuffer.el
b/lisp/ibuffer.el
index b33c2e39014e36ad13ded2a401bc0169d4cf2c32..8d7ec59462d35fb847c9fb5f27a0ac9cc13d231a 100644
(file)
--- a/
lisp/ibuffer.el
+++ b/
lisp/ibuffer.el
@@
-91,7
+91,7
@@
Each element in `ibuffer-formats' should be a list containing COLUMN
specifiers. A COLUMN can be any of the following:
SYMBOL - A symbol naming the column. Predefined columns are:
- mark modified read-only name size mode process filename
+ mark modified read-only
locked
name size mode process filename
When you define your own columns using `define-ibuffer-column', just
use their name like the predefined columns here. This entry can
also be a function of two arguments, which should return a string.